Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.userworkspace.coreTypes--doctype

This contribution is part of XML component org.nuxeo.ecm.platform.userworkspace.coreTypes inside nuxeo-platform-userworkspace-types-6.0.jar

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype extends="Folder" name="UserWorkspacesRoot">
          <facet name="SuperSpace"/>
          <facet name="HiddenInNavigation"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <doctype extends="Folder" name="UserWorkspacesRoot">
      <facet name="SuperSpace"/>
      <facet name="HiddenInNavigation"/>
    </doctype>

  </extension>